home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 6 / 006.d81 / t.delta date < prev    next >
Text File  |  2022-08-26  |  1KB  |  62 lines

  1.             DELTA DATE
  2.  
  3.  
  4. Sent in by: Russell Jensen
  5.             1652 Euclid Ave.
  6.             Camarillo, CA 93010
  7.  
  8.  
  9.  
  10.   I call this program 'Delta Date'
  11.  
  12. and it will give you the difference
  13.  
  14. in days between any two dates in this
  15.  
  16. century.
  17.  
  18.     The subroutine used was borrowed
  19.  
  20. from another program I submitted two
  21.  
  22. months ago called BIORYTHM. It uses an
  23.  
  24. interesting algorythm which automatic-
  25.  
  26. ally accounts for leap years and the
  27.  
  28. number of days in each month. Basicly
  29.  
  30. it calculates the number of days
  31.  
  32. from any date to a 'reference' date
  33.  
  34. near the beginning of the century and
  35.  
  36. then takes the difference of these
  37.  
  38. dates.  It appears to be perfectly
  39.  
  40. accurate.
  41.  
  42.     The program asks you for an 'early
  43.  
  44. date' and then a 'late date' both in
  45.  
  46. Month,Day,Year format.  It then shows
  47.  
  48. the difference, in days, between the
  49.  
  50. two dates you entered.  It then asks
  51.  
  52. if you want to do another.  One thing
  53.  
  54. it is fun for is computing how many
  55.  
  56. days old a person is.
  57.  
  58.  
  59.  
  60. >Files used: DELTA DATE
  61. --------------------------------------
  62.